From d67751d0cc9f33021cd9f8975098d2a9d118cf88 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 May 2014 22:38:37 -0400 Subject: [PATCH] gtk3-demo: Drop unneeded gtk_init() call GtkApplication is doing this for us. --- demos/gtk-demo/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c index ac8e5d82a4..6a1553ab69 100644 --- a/demos/gtk-demo/main.c +++ b/demos/gtk-demo/main.c @@ -1015,8 +1015,6 @@ main (int argc, char **argv) } /* -- End of hack -- */ - gtk_init (&argc, &argv); - app = gtk_application_new ("org.gtk.Demo", 0); g_action_map_add_action_entries (G_ACTION_MAP (app), -- 2.30.2